Reduce the number of dependencies by removing usage of ICU, since stdlibc
(iconv) can be used directly from the libc.6.
DCMTK currently recommend usage of libiconv for support of all
CharacterSet as found in DICOM. Since libiconv is not provided in
Debian, fallback to reduced support of CharacterSet from stdlib (iconv).
See discussion at Bug #988644#25
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk16 \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
+ -DDCMTK_ENABLE_CHARSET_CONVERSION:STRING='stdlibc (iconv)' \
-DCMAKE_CXX_STANDARD:STRING=14
override_dh_auto_configure: